projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaaaa27
)
(unexec): Fix error message.
author
Andreas Schwab
<schwab@suse.de>
Sat, 7 Feb 2009 13:07:38 +0000
(13:07 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 7 Feb 2009 13:07:38 +0000
(13:07 +0000)
src/ChangeLog
patch
|
blob
|
history
src/unexelf.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 280af6c8b427988276da9e86025905484f1b3c44..4cd88a056ee9409bc5cef3a786a63f9fb643322c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2009-02-07 Andreas Schwab <schwab@suse.de>
+
+ * unexelf.c (unexec): Fix error message.
+
2009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
diff --git
a/src/unexelf.c
b/src/unexelf.c
index 4e1e39a3f7070e767512ba3c27c4cebedb19671b..83e57003759a7ac3e107d5d833470881f49be829 100644
(file)
--- a/
src/unexelf.c
+++ b/
src/unexelf.c
@@
-1278,7
+1278,7
@@
unexec (new_name, old_name, data_start, bss_start, entry_address)
new_file_size, errno);
#else
fatal ("Didn't write %d bytes to %s: errno %d\n",
- new_file_size, new_
bas
e, errno);
+ new_file_size, new_
nam
e, errno);
#endif
munmap (old_base, old_file_size);
munmap (new_base, new_file_size);